home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16818 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.nyu.edu!schonberg!dewar
  2. From: dewar@cs.nyu.edu (Robert Dewar)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.edu
  4. Subject: Re: ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada)
  5. Date: 11 Apr 1996 19:28:07 -0400
  6. Organization: Courant Institute of Mathematical Sciences
  7. Message-ID: <dewar.829265203@schonberg>
  8. References: <JSA.96Feb16135027@organon.com> <dewar.828936837@schonberg> <828964950snz@genesis.demon.co.uk> <dewar.828987544@schonberg> <4kbuebINNrho@keats.ugrad.cs.ubc.ca> <dewar.829048603@schonberg> <4kets3$ic0@news-s01.ny.us.ibm.net> <829194658snz@tsys.demon.co.uk>
  9. NNTP-Posting-Host: schonberg.cs.nyu.edu
  10. X-Newsreader: NN version 6.5.0 (NOV)
  11.  
  12. "What Robert is complaining about is that he is reading a 68 byte file by
  13. requesting 1000 bytes; and that in his opinion, read should stop reading
  14. at the end of the file, and return control."
  15.  
  16. First of all, this is not Robert's code, he has not written in C for a
  17. while. Second, Robert does not particularly have an opinion about what
  18. read should or should not do!
  19.  
  20. Robert was only pointing this out as an example of non-portability
  21. caused by sloppy specifications.
  22.  
  23.